home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / Sets / Sets.proto.h < prev   
Encoding:
Text File  |  1993-11-01  |  323 b   |  11 lines  |  [TEXT/CWIE]

  1. void    SETSunload(void);
  2. void readconfig(FSSpec theSet);
  3. void SaveSet(void);
  4. void LoadSet(void);
  5. char Myfgetc(short myfile);
  6. void CStringToFile(short myfile, unsigned char *mystring);
  7. short ncstrcmp(char *sa, char *sb);
  8. Boolean affirmative( char *s);
  9. Boolean Sissep( char c);
  10. short confile( char *s);
  11. short contoken( char c);